home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 2 / ACE CD 2.iso / FILES / UTILS / HSBASIC2.DMS / in.adf / HB2Examples1.3.Lha / Examples / SimpleTimer / ReadMe < prev    next >
Encoding:
Text File  |  1994-04-14  |  887 b   |  23 lines

  1. SimpleTimer.bas - A simple example of using the timer device
  2. ============================================================
  3.  
  4. Derived from RKM example (c) Copyright 1992 Commodore-Amiga, Inc.
  5.  
  6. This is a variant on the Commodore example "Example Timer Program" taken from
  7. the Devices RKM p.299.
  8.  
  9. The example shows how to use the timer device to sleep for short periods of
  10. time (more accurately than DOS Delay) and using the device to set and get
  11. the system time.
  12.  
  13. The example will work on all non-obsolete versions of Workbench (V33 and
  14. above).
  15.  
  16. Compiling
  17. ---------
  18. Load the SimpleTimer_inc.bh file and Tokenise it (Program-Tokenise), making
  19. sure you have no token file selected in the File Options (Settings-Compiler-
  20. Files). Once you have your token file, set the File Options-Token File setting
  21. to the SimpleTimer_inc.t file just created. Load the SimpleTimer.bas file,
  22. compile & run it.
  23.